This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Rex Kijumivitchynds 24.Nov.03 10:49 PM a Web browser Applications Development6.0.2Windows 2000
I am just starting to learn a little bit of JavaScript. The code below is basic submit
How do I define who will receive the document. Where do I state the recipient. I have a sendto field and want the document to go the person in this field. I have the function in the js header and call the function. Thanks in advance
function doSubmit(){
document.forms[0].submit();
return true;
}